home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / domacnost a kancelar / deltacalendar / DeltaCalendarSetup.exe / DeltaCalendar.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2006-01-30  |  3KB  |  132 lines

  1. object frmMain: TfrmMain
  2.   Left = 248
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 53
  7.   ClientWidth = 104
  8.   Color = clFuchsia
  9.   TransparentColor = True
  10.   TransparentColorValue = clFuchsia
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'Arial'
  15.   Font.Style = [fsBold]
  16.   OldCreateOrder = False
  17.   PopupMenu = PopMenu
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   OnDblClick = FormDblClick
  22.   OnDestroy = FormDestroy
  23.   OnMouseDown = FormMouseDown
  24.   OnMouseMove = FormMouseMove
  25.   OnPaint = FormPaint
  26.   OnResize = FormResize
  27.   OnShow = FormShow
  28.   PixelsPerInch = 96
  29.   TextHeight = 16
  30.   object pnlDate: TPanel
  31.     Left = 2
  32.     Top = 2
  33.     Width = 69
  34.     Height = 16
  35.     BevelOuter = bvNone
  36.     Color = clWindow
  37.     TabOrder = 0
  38.     Visible = False
  39.     object updDate: TUpDown
  40.       Left = 0
  41.       Top = 0
  42.       Width = 28
  43.       Height = 16
  44.       AlignButton = udLeft
  45.       ArrowKeys = False
  46.       Min = -32768
  47.       Max = 32767
  48.       Orientation = udHorizontal
  49.       Position = 0
  50.       TabOrder = 0
  51.       Thousands = False
  52.       Wrap = True
  53.       OnClick = updDateClick
  54.     end
  55.     object edtDate: TEdit
  56.       Left = 32
  57.       Top = 0
  58.       Width = 17
  59.       Height = 16
  60.       BevelEdges = []
  61.       BevelInner = bvNone
  62.       BevelOuter = bvNone
  63.       BorderStyle = bsNone
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clWindowText
  66.       Font.Height = -13
  67.       Font.Name = 'Arial'
  68.       Font.Style = []
  69.       HideSelection = False
  70.       ParentFont = False
  71.       TabOrder = 1
  72.       OnKeyUp = edtDateKeyUp
  73.     end
  74.     object btnDate: TButton
  75.       Left = 53
  76.       Top = 0
  77.       Width = 16
  78.       Height = 16
  79.       Caption = '...'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clWindowText
  82.       Font.Height = -11
  83.       Font.Name = 'Arial'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.       TabOrder = 2
  87.       OnClick = btnDateClick
  88.       OnKeyUp = edtDateKeyUp
  89.     end
  90.   end
  91.   object PopMenu: TPopupMenu
  92.     OnPopup = PopMenuPopup
  93.     Top = 24
  94.     object PopMenu_ShowHide: TMenuItem
  95.       Caption = 'Display/Hide'
  96.       Default = True
  97.       OnClick = PopMenu_ShowHideClick
  98.     end
  99.     object PopMenu_N1: TMenuItem
  100.       Caption = '-'
  101.     end
  102.     object PopMenu_Memo: TMenuItem
  103.       Caption = 'Add a memo...'
  104.       OnClick = PopMenu_MemoClick
  105.     end
  106.     object PopMenu_Month: TMenuItem
  107.       Caption = 'Go to month...'
  108.       OnClick = PopMenu_MonthClick
  109.     end
  110.     object PopMenu_Config: TMenuItem
  111.       Caption = 'Configure...'
  112.       OnClick = PopMenu_ConfigClick
  113.     end
  114.     object PopMenu_Update: TMenuItem
  115.       Caption = 'Look for updates'
  116.       OnClick = PopMenu_UpdateClick
  117.     end
  118.     object PopMenu_N2: TMenuItem
  119.       Caption = '-'
  120.     end
  121.     object PopMenu_Exit: TMenuItem
  122.       Caption = 'Close'
  123.       OnClick = PopMenu_ExitClick
  124.     end
  125.   end
  126.   object Timer: TTimer
  127.     OnTimer = TimerTimer
  128.     Left = 32
  129.     Top = 24
  130.   end
  131. end
  132.